PDF4Java Reference Documentation
com.o2sol.pdf4java.content.batesnumbers Package / PDFBatesNumber Class / writeBatesNumber Method / writeBatesNumber(PDFPage,PDFBatesNumberProvider,PDFBatesNumberAppearance) Method
The page to be stamped.
The provider for the Bates numbers for each page in the document.
The appearance of the Bates number on the page.
In This Topic
    writeBatesNumber(PDFPage,PDFBatesNumberProvider,PDFBatesNumberAppearance) Method
    In This Topic
    Stamps a PDF page with a Bates number.
    Syntax

    Parameters

    page
    The page to be stamped.
    batesNumberProvider
    The provider for the Bates numbers for each page in the document.
    batesNumberAppearance
    The appearance of the Bates number on the page.
    Exceptions
    ExceptionDescription
    When page is null or batesNumberProvider is null or batesNumberAppearance is null.
    See Also